home *** CD-ROM | disk | FTP | other *** search
/ Electronic Entertainment 1995 June / Electronic Entertainment CD-ROM Sampler Disc (June 1995).iso / pc / reflux / shared.dxr / 00929_OOPS1.BMP.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  313 b   |  13 lines

  1. on mouseDown
  2.   puppetSound("lightswt.wav")
  3.   puppetSprite(40, 1)
  4.   repeat while the mouseDown
  5.     set the castNum of sprite 40 to the number of cast "OOPS2.BMP"
  6.     updateStage()
  7.   end repeat
  8.   set the castNum of sprite 40 to the number of cast "OOPS1.BMP"
  9.   updateStage()
  10.   puppetSprite(40, 0)
  11.   go("start")
  12. end
  13.